home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / dev / lang / J4thDemo.lha / Textra_Stuff / Textra_ReadME < prev   
Encoding:
Text File  |  1992-09-05  |  3.4 KB  |  112 lines

  1. NOTE: The provided "Install Textra Scripts" script will copy
  2.       the Textra/ARexx scripts to your rexx: directory.  Just
  3.       double-click on it's icon.
  4.  
  5.  
  6. NOTE: To use Textra and JForth together, you must have AREXX
  7.       installed and operating on your Amiga.
  8.  
  9.  
  10. To use Textra as an integrated editor with JForth...
  11.  
  12.    1. Insure the provided 'JCompile.textra' script
  13.       is in the rexx: directory (Use the script
  14.       described in the above NOTE to install the
  15.       Textra/ARexx scripts, if necessary).
  16.    
  17.    2. Launch both Textra and the JForth_Demo program.
  18.    
  19.    3. In Textra, open one of the provided source
  20.       files (in the 'programs' drawer).
  21.    
  22.    4. In the Textra window for that source file, pull
  23.       down the "Utilities, AREXX..." menu item.
  24.    
  25.    5. Into any of the string gadgets, type in
  26.       
  27.            jcompile
  28.       
  29.       then hit RETURN.  (From then on, to compile a
  30.       window's contents, just select that window, and
  31.       press the F-KEY associated with the 'jcompile'
  32.       string gadget).
  33.       
  34.    6. Textra will tell JForth to compile the file.
  35.    
  36. NOTE: If an error occurs while compiling, JForth will
  37.       tell Textra to highlight the offending line.
  38.       The JForth window will display a specific error
  39.       message.
  40.  
  41. NOTE: If the file compiles sucessfully, JForth will
  42.       stay 'active' and front it's console window to
  43.       facilitate execution/testing/debugging of the
  44.       file just compiled.
  45.  
  46.  
  47.  
  48. Here is a list of provided '.textra' ARexx scripts
  49. designed to interface with JForth...
  50.  
  51. JCOMPILE.TEXTRA    (arguments: none )
  52.  
  53.    As described above, this script is used to cause
  54.    JForth to INCLUDE the JForth source code in the
  55.    currently selected window.
  56.    
  57. TOJF.TEXTRA    (arguments: "string" )
  58.  
  59.    The provided "string" is sent to JForth for execution.
  60.  
  61. INTERPRET.TEXTRA    (arguments: none )
  62.  
  63.    The currently selected text in the currently selected
  64.    window is sent to JForth for execution.  The selection
  65.    may span multiple lines.
  66.  
  67.  
  68.  
  69.  
  70. Refer to the documentation in the 'Textra_Stuff/Docs' drawer 
  71. for specific information on Textra features and it's AREXX 
  72. command set. 
  73.  
  74. NOTE: this is Textra v1.11, dated 23-Oct-91 and was the
  75.       last FreeWare version of Textra.  Since then, there
  76.       have been 2 ShareWare releases, v1.12 & 1.13, each
  77.       adding significant features over this version, such
  78.       as:
  79.       
  80.       o  UNDO
  81.       
  82.       o  More AREXX commands
  83.       
  84.       o  Smart-Launch (a 2cnd Textra opens window in 1st, then exits)
  85.       
  86.       o  Expanded range of Preferences-controllable options
  87.       
  88.       o  Correctly displays different WB 2.0 fonts
  89.       
  90.       o  Nestable AREXX scripts
  91.       
  92.       o  ... much more
  93.  
  94.       The latest registered version can be obtained by sending
  95.       $25.00 to:
  96.       
  97.           Mike Haas
  98.           3867 La Colina Rd.
  99.           El Sobrante, CA. 94803
  100.       
  101.       A personalized registered copy will be sent out within 3 days
  102.       of receiving your registration fee.
  103.       
  104.       Registered users of Textra may receive free updates at anytime.
  105.       All they have to do is send Mike a self-addressed, stamped
  106.       floppy-disk mailer, with a floppy disk enclosed.
  107.  
  108.       Customers of JForth who have returned their JForth registration
  109.       form are eligible to receive free Textra registration.  They
  110.       should follow the 'update' procedure above, and include their
  111.       JForth SERIAL# (which will serve as the registration fee).
  112.